home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / SHARED.Dxr / 00998_Captain.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  435 b   |  14 lines

  1. on mouseUp
  2.   global captain, game, text, tos
  3.   set captain to 1
  4.   set the castNum of sprite the clickOn to the number of cast "chest"
  5.   set the castNum of sprite 46 to the number of cast ("text" & text)
  6.   set the locV of sprite 46 to 27
  7.   set the locV of sprite 47 to ((8 - the soundLevel) * 14) + 49
  8.   set the mouseDownScript to "menuhold"
  9.   set tos to the timeoutScript
  10.   set the timeoutScript to EMPTY
  11.   updateStage()
  12.   pause()
  13. end
  14.